All Functions of Week 5

data.frame

{base}

Create a data.frame from vectors

binomial

{base}

Family argument in glm()

min

{base}

Get minimum of a vector

setwd

{base}

Set Working Directory

read.csv

{utils}

Read a csv file to data frame. Specify stringsAsFactors = FALSE to keep all string columns as characters

predict

{stats}

Generate predicted values from model objects

max

{base}

Get maximum of a vector

library

{base}

Load an R package

filter

{dplyr}

Filter out rows of a data frame according to logical vector

glm

{base}

Fits generalized linear models

summary

{base}

Obtain summary statistics or detailed regression output

lm

{stats}

Fit linear models using least squares

The end!